home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / chat140.zip / CHAT.DOC next >
Text File  |  1993-06-08  |  6KB  |  116 lines

  1.                             ┌──────────────────────┐
  2.                             │         CHAT         │
  3.                             ├──────────────────────┤
  4.                             │    By Dave Frailey   │
  5.                             └──────────────────────┘
  6.  
  7.  
  8. ───────────────────────────────────────────────────────────────────────────────
  9. Chat is a simple application designed to facilitate chatting between users on
  10. the same file server, or between other servers available on a internet.
  11.  
  12. As with most things the author does, its written in assembler.  Even though
  13. it requires you to be logged in to a file server when you wish to initiate a
  14. chat session, it actually uses lower-level IPX/SPX packet calls to do its
  15. communicating with the remote user.
  16.  
  17. You can run Chat either as a foreground application, or you can give it a
  18. /R switch to load it as a TSR.  When loaded as a TSR, you can initiate chat
  19. requests while running other text based applications by invoking Chat with its
  20. Shift-Ctrl-Z hotkey.  Also, when loaded as a TSR, you will immediately receive
  21. a pop-up window whenever someone else initiates a chat request, allowing
  22. you to engage in chat without having to leave your current application.
  23. If you wish to have the memory back, you can run Chat with a /U switch to
  24. "uninstall" it.
  25.  
  26. When you initiate a chat with someone that does not have Chat loaded as a TSR,
  27. and they are not currently running chat in the foreground, a Novell broadcast
  28. message is sent to the desired user indicating you wish to chat (bug?) them.
  29.  
  30. When a chat connection is established, a chat window is opened.  The CHAT1.COM
  31. program uses a single window session while CHAT2.COM uses a split screen to
  32. separate characters received from characters typed.  They are interchangeable
  33. with each other.
  34.  
  35. Either user can terminate a chat connection by pressing Escape, which
  36. immediately closes the other user's chat window.
  37.  
  38. When you ask Chat to try and access users on a different file server, Chat
  39. attempts to login to that server's bindery first using a "ULIST" account,
  40. and if that fails, the "GUEST" account.  If both attempts fail Chat can't
  41. display users on that server since bindery scan privileges are only available
  42. to logged in users.  You can create a "ULIST" account on a file server, by
  43. running the ULIST utility under a supervisor access.  For more information
  44. refer to the documentation that accompanies ULIST (available on the dCOM
  45. Support board and on Compuserve's NetWire).
  46.  
  47. CHAT is free software, compliments of the author.  If you use it, I'd like
  48. to hear from you.  CHAT is copyrighted by the author, all rights reserved.
  49.  
  50.  
  51.  
  52.                                                           Dave Frailey
  53.                                                           November 1992
  54.  
  55.                                                           DAC Micro Systems
  56.                                                           40941 176th St E
  57.                                                           Lancaster, CA  93535
  58.  
  59.                                                           Voice: 800-776-1322
  60.                                                           BBS:   805-264-1219
  61.  
  62.  
  63. Other software by the same author:
  64.  
  65.    dCOM 4.0 - The Directory Commander
  66.  
  67.       This is the most powerful Dos Shell and menuing system you can run on
  68.       a Novell network.  It is fully NetWare aware with a full range of
  69.       security features.  Its macro language (which is the underlying platform
  70.       of its menuing system) supports such powerful options as being able
  71.       to loop around any type of bindery object (similar to being able to
  72.       use a batch file FOR command against the bindery), display pop-up
  73.       selection menus using multiple mask combinations on any bindery type,
  74.       access just about any item of Dos or Novell system information with
  75.       system variables, set and access up to 64k of temporary or permanent
  76.       user variables, and so on....  All Novell login script commands are
  77.       functionally supported and execute between 10 and 100 times faster.
  78.       Conditional (nestable) IF/THEN/ELSEIF/ENDIF blocks and nestable DO,
  79.       or DO WHILE blocks let you write macros using expressions normally
  80.       only found in high-level languages - or you can use the macros as
  81.       simply as in the MS-Dos batch language.
  82.  
  83.       The file handler side of dCOM can copy entire directory structures
  84.       between volumes and retain directory trustees.  Additionally, it also
  85.       includes a multi-windowed text editor, print spooler, alarms/events,
  86.       and much more.
  87.  
  88.       The power in dCOM can't begin to be described even if I continued to
  89.       use several more pages of this document.  It is written 100% in
  90.       assembler.  On 386 machines with upper memory, or on 286 machines with
  91.       the high memory area available, it uses less than 4k of conventional
  92.       memory.
  93.  
  94.  
  95.    XGATE 2.0 - A high powered SMTP to MHS gateway
  96.  
  97.       This is a high-quality, intuitive, seamless MHS to SMTP gateway.  It
  98.       requires virtually no administration (no aliasing, look-up tables,
  99.       etc...).  Addressing from both sides is kept as simple as possible.
  100.       One XGATE installation can service any number of MHS hosts.
  101.  
  102.       XGATE is also written in 100% assembly language.
  103.  
  104.  
  105.    ULIST - A userlist dump/printing utility
  106.  
  107.       ULIST provides an aesthetic method for users to print a list of all
  108.       users on your file server, or neighboring file servers.  It can also
  109.       provide a means for users to browse through all users.  It adds and
  110.       maintains additional fields in the bindery for tracking users phone
  111.       numbers and the office they work for.
  112.  
  113. The current shareware versions of all of these packages can be downloaded
  114. by calling the dCOM Support BBS, and on other BBS' or Compuserve.
  115.  
  116.